You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > CopyToArray Method > Matrix.CopyToArray Method (byte[], TRounding, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.CopyToArray Method (byte[], TRounding, int, int, int)

Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVec CopyToArray(ref byte[] Dst, TRounding Rounding, int DstIndex, int Index, int Len);

The size of the Dst array is not changed. If the calling object is complex, the Index and Len parameters define the number of complex elements. The method converts floating point values to integers. Values exceeding the range of 1 byte unsigned integer type are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!